section.fullImage {
    overflow: hidden;
}

.fullImage img {
    width: 100%;
}

@media screen and (min-width:1200px) {
    section.fullImage {
        height: 70vh;
    }

    .fullImage img {
        margin-top: -50%;
        transform: translateY(50%);
    }
}
